08. Add TextViews for Price
Add TextViews for Price
Question:
Start Quiz:
Solution:
INSTRUCTOR NOTE:
Correction:The quiz image at the end shows displayPrice(View view). It should be displayPrice(int number).
Link to code for displayPrice method
Make sure Auto Import is on:
- For Windows, go to File > Settings > Editor > General > Auto Import
- For Mac, go to Android Studio > Preferences > Editor > General > Auto Import
Check all of the following options:
- Show import popup
- Optimize imports on the fly
- Add unambiguous imports on the fly
- Insert imports on paste → All
Here are the words we introduced in this video:
- Gist
- Snippet
You can look up their definitions in the Vocab Glossary.